home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / SCIENTIF / CHEMISTR / 4101.ZIP / HINSTALL.BAT < prev    next >
DOS Batch File  |  1990-08-11  |  256b  |  11 lines

  1. echo off
  2. echo Installing Files in Directory PCMODEL...
  3. pcm3arc -d c:\pcmodel\ *.exe *.txt *.pcm *.doc *.hlp
  4. echo  
  5. echo  
  6. echo Installing Data Files in DATA Subdirectory
  7. pcm3arc -d c:\pcmodel\data\ *.dt3
  8. echo  
  9. echo PCMODEL has been installed.
  10.  
  11.